home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / R-S / Script Changer / card_3600.txt < prev    next >
Encoding:
Text File  |  1989-02-26  |  4.0 KB  |  181 lines

  1. -- card: 3600 from stack: in
  2. -- bmap block id: 4600
  3. -- flags: 0000
  4. -- background id: 2798
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=19 top=22 right=207 bottom=218
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0002
  25. -- rect: left=224 top=22 right=62 bottom=504
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (field)
  37. -- low flags: 01
  38. -- high flags: 0002
  39. -- rect: left=276 top=66 right=105 bottom=503
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 0
  46. -- line height: 13
  47. -- part name: 
  48.  
  49.  
  50. -- part 7 (field)
  51. -- low flags: 01
  52. -- high flags: 0002
  53. -- rect: left=18 top=212 right=256 bottom=219
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 10
  59. -- style flags: 0
  60. -- line height: 13
  61. -- part name: 
  62.  
  63.  
  64. -- part 8 (field)
  65. -- low flags: 01
  66. -- high flags: 0002
  67. -- rect: left=18 top=260 right=276 bottom=219
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 10
  73. -- style flags: 0
  74. -- line height: 13
  75. -- part name: 
  76.  
  77.  
  78. -- part 9 (field)
  79. -- low flags: 01
  80. -- high flags: 0002
  81. -- rect: left=342 top=240 right=272 bottom=467
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 10
  87. -- style flags: 0
  88. -- line height: 13
  89. -- part name: 
  90.  
  91.  
  92. -- part 10 (field)
  93. -- low flags: 01
  94. -- high flags: 0002
  95. -- rect: left=18 top=277 right=293 bottom=219
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 3
  100. -- text size: 10
  101. -- style flags: 0
  102. -- line height: 13
  103. -- part name: 
  104.  
  105.  
  106. -- part 12 (button)
  107. -- low flags: 00
  108. -- high flags: 8004
  109. -- rect: left=67 top=298 right=316 bottom=172
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: More Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   go next
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 13 (button)
  126. -- low flags: 00
  127. -- high flags: 8004
  128. -- rect: left=67 top=319 right=337 bottom=172
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Return
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   go prev
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part contents for card part 1
  145. ----- text -----
  146. This stack allows you to alter the scripts of protected stacks.
  147.  
  148. Although "HyperZap" will remove the password protection, some stacks are further protected by the disabling of the Command key.
  149.  
  150. You may read any of the scripts of any stack (protected or not).  You read the script into a buffer, where you can edit it and thereafter write it back into the (not-so-well) protected stack.  You can use the buffer to shift scripts around within a stack or between different stacks.
  151.  
  152.  
  153. -- part contents for card part 2
  154. ----- text -----
  155. 1st: Choose a Stack WAIT A WHILE
  156. This reads the number of backgrounds, cards, buttons & fields
  157.  
  158.  
  159. -- part contents for card part 6
  160. ----- text -----
  161. 2nd: Pick number of Card, Background, Button or Field - whichever (if any) is necessary
  162.  
  163. -- part contents for card part 7
  164. ----- text -----
  165. 3rd: Choose whether to read or write to Stack Script, Background Script, Card Button or whatever.
  166.  
  167. -- part contents for card part 8
  168. ----- text -----
  169. 4th: Read in the Script  WAIT A WHILE
  170.  
  171. -- part contents for card part 9
  172. ----- text -----
  173. 5th:  Edit the Script as necessary
  174.  
  175. -- part contents for card part 10
  176. ----- text -----
  177. 6th: Write it back  WAIT A WHILE
  178.  
  179. -- part contents for card part 11
  180. ----- text -----
  181. More Help